home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1770 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.1 KB

  1. From: bousch@topo.matups.fr (Thierry Bousch)
  2. Subject: problems with fsck
  3. Date: Mon, 25 Jul 1994 20:36:50 +0200 (MET DST)
  4. In-Reply-To: <199407251642.MAA13342@terminator.rs.itd.umich.edu> from "C.J.Ridd@computer-science.birmingham.ac.uk" at Jul 25, 94 04:34:21 pm
  5.  
  6. Chris Ridd writes:
  7.  
  8. > To digress slightly, I'm concerned that the fsck supplied with minixfs
  9. > pl9 cannot fsck my first mfs partition after the AES has started (ie
  10. > it is OK in the mint.cnf file, but otherwise it says "Cannot open
  11. > drive D:").
  12.  
  13. This has nothing to do with the AES; fsck attempts to lock the drive
  14. (using the Dlock() system call) to ensure that the data won't be modified
  15. while it's running. This will fail if there are any open files on the
  16. drive; you can check which process(es) have an open file on D: by
  17. increasing the debug level.
  18.  
  19. You could also patch fsck so that he doesn't lock the drive, but it's
  20. rather hazardous, especially if files are opened in read/write mode and
  21. fsck isn't running with the -n option. This is just the same under Linux,
  22. you can really hose your partitions if they're mounted read/write and
  23. you run fsck on them.
  24.  
  25. Thierry.
  26.